object fAbout: TfAbout Left = 391 Top = 239 BorderStyle = bsDialog Caption = 'O programu' ClientHeight = 188 ClientWidth = 292 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object btnOK: TBitBtn Left = 108 Top = 153 Width = 75 Height = 25 Cancel = True Caption = 'OK' ModalResult = 2 TabOrder = 0 NumGlyphs = 2 end object Panel1: TPanel Left = 17 Top = 16 Width = 258 Height = 127 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 1 object LabelTitle: TLabel Left = 16 Top = 12 Width = 210 Height = 20 Caption = 'Adam (Audio Data Manager)' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object LabelVersion: TLabel Left = 16 Top = 48 Width = 37 Height = 13 Caption = 'Verze:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object LabelVersionValue: TLabel Left = 64 Top = 48 Width = 33 Height = 13 Caption = 'Verze' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object LabelCopyright: TLabel Left = 16 Top = 71 Width = 147 Height = 13 Caption = 'Copyright '#169' 2004 David '#352'm'#237'da' end object LabelURL: TLabel Left = 16 Top = 94 Width = 121 Height = 13 Cursor = crHandPoint Caption = 'http://www.dreamcom.cz' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False OnClick = LabelURLClick end object LabelBeta: TLabel Left = 104 Top = 48 Width = 27 Height = 13 Caption = 'Beta' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object LabelBuild: TLabel Left = 136 Top = 48 Width = 29 Height = 13 Caption = 'Build' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end end end